Skip to content

Align .nvmrc with dev.yml Node 26.1.0#7537

Merged
lizkenyon merged 1 commit into
mainfrom
fix/align-nvmrc-node-26
May 12, 2026
Merged

Align .nvmrc with dev.yml Node 26.1.0#7537
lizkenyon merged 1 commit into
mainfrom
fix/align-nvmrc-node-26

Conversation

@lizkenyon
Copy link
Copy Markdown
Contributor

@lizkenyon lizkenyon commented May 12, 2026

WHY are these changes introduced?

PR #7517 bumped dev.yml to Node 26.1.0 but missed updating .nvmrc, causing dev up to fail:

┃┏━━ 👀  Invalid .nvmrc (Here's what to do next...)
┃┃ The version (v24.1.0) in your .nvmrc did not match the one in dev.yml
┃┃ Please update .nvmrc to match the one in dev.yml

WHAT is this pull request doing?

Updates .nvmrc from v24.1.0 to v26.1.0 to match dev.yml.

How to test your changes?

dev up should no longer fail with an .nvmrc mismatch error.

PR #7517 bumped dev.yml to Node 26.1.0 but missed updating .nvmrc,
causing `dev up` to fail with an 'Invalid .nvmrc' error.
Copilot AI review requested due to automatic review settings May 12, 2026 18:36
@lizkenyon lizkenyon requested a review from a team as a code owner May 12, 2026 18:36
@github-actions github-actions Bot added the no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. label May 12, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s .nvmrc to match the Node version already configured in dev.yml, preventing dev up from failing due to a version mismatch.

Changes:

  • Bump .nvmrc from v24.1.0 to v26.1.0 to align with dev.yml’s 26.1.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lizkenyon lizkenyon added this pull request to the merge queue May 12, 2026
Merged via the queue into main with commit 8b3e078 May 12, 2026
32 of 34 checks passed
@lizkenyon lizkenyon deleted the fix/align-nvmrc-node-26 branch May 12, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants